GetDisplayModeList1(Format,Int32,Int32,ModeDescription1[]) Method
In This Topic
HRESULT IDXGIOutput1::GetDisplayModeList1([In] DXGI_FORMAT EnumFormat,[In] unsigned int Flags,[InOut] unsigned int* pNumModes,[Out, Buffer, Optional] DXGI_MODE_DESC1* pDesc)
Syntax
'Declaration
Public Overloads Sub GetDisplayModeList1( _
ByVal As Format, _
ByVal As System.Integer, _
ByRef As System.Integer, _
ByVal () As ModeDescription1 _
)
public void GetDisplayModeList1(
Format ,
System.int ,
ref System.int ,
ModeDescription1[]
)
Parameters
- enumFormat
- flags
- numModesRef
- descRef
See Also